home *** CD-ROM | disk | FTP | other *** search
- -- card: 9458 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 9130
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=3 top=306 right=338 bottom=67
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Return
- ----- HyperTalk script -----
- on mouseUp
- go to first card
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=445 top=306 right=338 bottom=509
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Reset
- ----- HyperTalk script -----
- on mouseUp
- answer "Are you sure you want to erase this?" with "OK" or "Cancel"
- if it = "OK" then
- put empty into field "Name"
- put empty into field "Date"
- put empty into field "Skill"
- put empty into field "Attempts"
- put empty into field "Correct"
- put empty into field "Percent"
- end if
- end mouseUp
-
-